home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2000 #1 / Amiga Plus CD - 2000 - No. 1.iso / Games / Oldies / Haktar / MyRoom / fire-extinguisher < prev    next >
Encoding:
Text File  |  1999-12-03  |  553 b   |  29 lines

  1. handle 10
  2. do look at fire-extinguisher
  3.  [
  4.   ? Just a normal security item.
  5.   ? You carefully read the manual printed on it. You could need that
  6.   ? information later...
  7.   setflag fire-ex manual read
  8.   addtime 3
  9.  ]
  10.  
  11. do use fire-extinguisher
  12.  [
  13.   ifflag fire-ex empty
  14.    [
  15.     ? It is empty.
  16.     ? Don't you remember why all your clothes are white?
  17.    |
  18.     ifflag fire-ex used
  19.      [
  20.       ? You enjoy the havoc that the white powder does to the room.
  21.       setflag fire-ex empty
  22.       setflag destr
  23.      |
  24.       ? There is no fire near!
  25.      ]
  26.    ]
  27.  ]
  28.  
  29.